*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:'Inter',sans-serif;background-color:#fffc00;color:#000;display:grid;place-items:center;padding:1rem;overflow:hidden}header{position:absolute;top:1.5rem;left:50%;transform:translateX(-50%);padding:0 1rem;width:100%;max-width:500px}header img{width:auto;height:40px;max-height:40px}main{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 6px 16px rgba(0,0,0,0.07);max-width:500px;width:100%;margin-top:40px}h1{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;line-height:1.2;margin-bottom:1rem}p{font-size:clamp(1rem,2.5vw,1.125rem);font-weight:400;color:#6B7280;margin-bottom:2rem;line-height:1.5}.cta{display:inline-block;background:#000;color:#fff;font-weight:700;text-decoration:none;padding:.875rem 1.75rem;border-radius:8px;transition:opacity .2s ease}.cta:hover{opacity:.8}#cookie-banner{position:fixed;bottom:1rem;left:1rem;right:1rem;background:rgba(0,0,0,0.85);color:#fff;padding:1rem;border-radius:8px;display:flex;justify-content:space-between;align-items:center;max-width:500px;margin:0 auto;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);font-size:.875rem;z-index:100;gap:1rem}#cookie-banner.hidden{display:none}#cookie-banner p{font-size:.875rem;color:#f0f0f0;margin-bottom:0;line-height:1.4}#cookie-banner button{background:#fff;color:#000;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:700;flex-shrink:0}@media(max-width:600px){body{padding:1rem}header{top:1rem;max-width:calc(100% - 2rem)}main{padding:2rem 1.5rem;margin-top:30px}h1{font-size:1.6rem}p{font-size:1rem}#cookie-banner{flex-direction:column;align-items:flex-start;gap:.75rem}#cookie-banner button{width:100%}}